Technical Q&As


QD3D 48 - Header Conditions (8-Apr-96)


Q I found the following lines in the file "QD3d.h".

#if defined(ESCHER_VAR_15) && ESCHER_VAR_15".

These conditions were surround some #define's and typedef's that I want to use in my application. Does it mean that these #define's and typedef's are invalid before version 1.5?

A This is correct, these features will not be available prior to the 1.5 release of the API.

Technical Q&As
Previous Question | Contents | Next Question